-
Notifications
You must be signed in to change notification settings - Fork 1.3k
new app:bmoface #4027
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
new app:bmoface #4027
Conversation
A watchface inspired by some popular cartoon characters.
to follow the usual style for apps in the espruino/BangleApps repo.
... to follow the standard for the espruino/BangleApps repo.
|
@bobrippling could you take a look at the checker output? Something is going wrong: |
|
Ah, I think in |
removed clock array brackets
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Metadata file updated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Settings, metadata, and app-icon all updated
|
Yeah that was it - LGTM but will let you finish your review if you like @thyttan |
Co-authored-by: thyttan <[email protected]>
|
You're close now 😉 : https://github.com/espruino/BangleApps/actions/runs/18608508358/job/53074607304#step:5:8 So add icon for the app loader and launchers and we're probably good to go. |
Tried different settings on the image compression
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've tried different settings on the app icon image compression. Hopefully this passes
|
You'll also need an |
|
I'm going to cancel this pull request and start another with that file. I'm not sure if there's any other way to add a file to a current commit. |
How do you develop the app. Do you use the github web interface or do you use git locally on your machine and do push/pull to github? In either case - if you add commits to the PR branch ( |
|
Yeah, adding files is also possible in an open PR as well :) Just keep it in mind for next time... |
|
That's good to know, I'm just starting to actually use GitHub in this way, so I don't know the proper procedures. |
|
I've been using the web page to upload. Sorry for the confusion I've caused.
|
|
It's par for the course when starting out - thanks for contributing! :)
Ok. So like said above if you modify or add files to a branch that's connected to a PR they will keep in sync. Also if you want to develop several apps in parallell I engourage you to look into using different branches. Then you can open PR's from different branches to keep things separated. That will help you and us maintainers both :) Here is documentation from github on branches: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches |
Hopefully I've cleared all of the issues.